home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------;
- ; ZAPCODE Printer Make File (PMF) ;
- ; for the Epson MX Series. ;
- ; ;
- ; (C) Copyright 1991 Robert L. Morton ;
- ; All Rights Reserved ;
- ;---------------------------------------;
-
- PRINTER = "Epson MX Series"
- RESET = 27,64
-
- NAME = "Line Feed"
- DESC = "Advance paper to the next line."
- CODES = 10
-
- NAME = "Form Feed"
- DESC = "Advance paper to the top of the"
- "next page."
- CODES = 12
-
- NAME = "Sound Bell"
- DESC = "Sound the printer bell."
- CODES = 7
-
- NAME = "Double Width ON"
- DESC = "Activate double width print."
- "Characters are printed twice their"
- "normal width."
- CODES = 27,87,1
-
- NAME = "Double Width OFF"
- DESC = "Deactivate double width print."
- "Characters are printed their normal"
- "width."
- CODES = 27,87,0,0
-
- NAME = "Emphasized ON"
- DESC = "Activate emphasized print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "horizontally."
- CODES = 27,69
-
- NAME = "Emphasized OFF"
- DESC = "Deactivate emphasized print."
- CODES = 27,70
-
- NAME = "Enhanced (Double-Strike) ON"
- DESC = "Activate enhanced print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "vertically."
- CODES = 27,71
-
- NAME = "Enhanced (Double-Strike) OFF"
- DESC = "Deactivate enhanced print."
- CODES = 27,72
-
- NAME = "Compressed ON"
- DESC = "Activate compressed print. If"
- "pitch is 10 cpi, compressed will"
- "produce 17.1 cpi. If pitch is 12"
- "cpi, compressed will produce 20"
- "cpi."
- CODES = 15
-
- NAME = "Compressed OFF"
- DESC = "Deactivate compressed print."
- CODES = 18
-
- NAME = "Superscript ON"
- DESC = "Activate superscript print."
- "Characters are printed at an offset"
- "above the normal print line."
- CODES = 27,83,0,0
-
- NAME = "Superscript OFF"
- DESC = "Deactivate superscript print."
- CODES = 27,84
-
- NAME = "Subscript ON"
- DESC = "Activate subscript print."
- "Characters are printed at an offset"
- "below the normal print line."
- CODES = 27,83,1
-
- NAME = "Subscript OFF"
- DESC = "Deactivate subscript print."
- CODES = 27,84
-
- NAME = "Italics ON"
- DESC = "Activate italics print. Characters"
- "are slanted to the right."
- CODES = 27,52
-
- NAME = "Italics OFF"
- DESC = "Deactivate italics print."
- CODES = 27,53
-
- NAME = "Underline ON"
- DESC = "Activate underline print."
- "Characters, including the space,"
- "are underscored."
- CODES = 27,45,1
-
- NAME = "Underline OFF"
- DESC = "Deactivate underline print."
- CODES = 27,45,0,0
-
- NAME = "Print Unidirectional"
- DESC = "Print from left to right only."
- CODES = 27,85,1
-
- NAME = "Print Bidirectional"
- DESC = "Print from both left to right and"
- "right to left."
- CODES = 27,85,0,0
-
- NAME = "Paper-Out Sensor ON"
- DESC = "Activate paper-out sensor."
- "Printer will alarm when paper is"
- "out."
- CODES = 27,57
-
- NAME = "Paper-Out Sensor OFF"
- DESC = "Deactivate paper-out sensor."
- "Printer ignores paper-out condition"
- "and continues printing."
- CODES = 27,56
-
- NAME = "Set Line Spacing 1/8"""
- DESC = "Set line spacing to 1/8 of an inch."
- CODES = 27,48
-
- NAME = "Set Line Spacing 7/72"""
- DESC = "Set line spacing to 7/72 of an"
- "inch."
- CODES = 27,49
-
- NAME = "Set Line Spacing 1/6"""
- DESC = "Set line spacing to 1/6 of an inch."
- CODES = 27,50
-
- NAME = "Set Line Spacing n/216"""
- DESC = "Set line spacing in any increment"
- "of 216ths of an inch."
- CODES = 27,51,0
- "Enter new line spacing in"
- "increments of 216ths of an inch."
- " "
- "Range: 0 to 255 decimal."
- " "
- "Example: Entering 108 (decimal)"
- "would set line spacing at 108/216""."
- 0
-
- NAME = "Set Form Length In Inches"
- DESC = "Set the current form length in"
- "inches."
- CODES = 27,67,0,0,0
- "Enter number of inches to set the"
- "current form length."
- " "
- "Range: 1 to 22 decimal."
- " "
- "Example: Entering 11 (decimal)"
- "would set the current form length"
- "to 11 inches."
- 0
-
- NAME = "Set Form Length In Lines"
- DESC = "Set the current form length in"
- "lines."
- CODES = 27,67,0
- "Enter number of lines to set the"
- "current form length."
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 68 (decimal)"
- "would set the current form length"
- "to 68 lines."
- 0
-
- NAME = "Set Perforation Skip Distance"
- DESC = "Set the distance the printer should"
- "skip when the perforation is"
- "encountered."
- CODES = 27,78,0
- "Enter number of lines to skip when"
- "perforation is encountered."
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 18 (decimal)"
- "would cause printer to skip 18"
- "lines when perforation is"
- "encountered."
- 0
-
- NAME = "Set Column Width"
- DESC = "Sets the maximum number of"
- "characters per line."
- CODES = 27,81,0
- "Enter the maximum number of"
- "characters per line."
- " "
- "Range: 1 to 255 decimal."
- " "
- "Example: Entering 80 (decimal)"
- "would set 80 characters per line"
- "maximum."
- 0
-
-